EF4 Templates

EF4 Templates uses T4toolbox to generate Repositories, Unit of work, POCO entities that can be unit tested.

Employee Info Starter Kit

eisk.zip (57,3 MB)
Employee Info Starter Kit is an open source project that is highly influenced by the concept ‘Pareto Principle’ or 80-20 rule, where it is targeted to enable a web developer to gain 80% productivity with 20% of effort with respect to learning curve and production.

IssueVision.ST

A Silverlight LOB sample using Self-tracking Entities, WCF Services, WIF, MVVM Light toolkit, MEF, and T4 Templates.

OMS.Ice - T4 Text Template Generator

omsice.zip (5,3 MB)
OMS.Ice is an in-process T4 text template generator. It can be used to parse T4 text templates and to generate textual output at runtime. The OMS.Ice - T4 Text Template Generator has no dependencies to Visual Studio and can be deployed with our application.

SocialShare Starter Kit

SocialShare.zip (13,5 MB)
SocialShare Starter Kit is a web application that illustrate a wide range of features that needed to build a social site.This web application framework written in C# ASP.NET 4.0. and will include features like Status sharing,Blogs,Forums & more.Anyone with a good understanding of html and css should find it straightforward creating custom themes.This architecture reference and the code generators will help you to find out simple solution to complex problems and good reference to build different application layers, such as presentation layer, business logic layer, data access layer and using latest ASP.NET 4.0, Entity Framework 4.0, SQL Server 2008 and Visual Studio 2010 based technologies with HTML5 supported UI. Any one need a lightweight quick solution for his social portal,SocialShare Starter Kit is the savior.

Mind Chemistry - Solution Framework

This project involves the creation of a cloud-based application builder, with outputs including the following types of apps: • Basic web site with content management features via web parts. • Advanced web applications following a tiered architecture using Domain Services, Entity Framework, and SQL backend. • Silverlight applications (including mobile) with RIA services and the above. All application types will use the MVVM (model, view, view-model) design pattern. Immediate features will include the following: • A Silverlight-based designer to allow for creation of an application, its model, its view model, and the corresponding views all hooked together. • Models will be accessible via a TreeView. • Another TreeView will allow for the creation of a site map to represent the views, its controls, and its navigation layout. • Drag and drop capability from the Model TreeView to the site map views will allow for automated creation of the corresponding View-Models attached to the views, the UI bindings, and the queries to the Model. • Designers for the various controls on the view, including TreeViews, GridViews, Data Forms, Search Lists, Reports, etc. • LINQ query designers. • LINQ queries generated for all Model access from the ViewModels. • Validation designers. • Code generation using CodeModel and T4 templates.

Visual Studio 2010 T-4 Templates for Logical Layers

t4ef.zip (1,7 MB)
This open source project includes a set of T-4 templates to enable you to build logical layers (i.e. DAL/BLL) with just few clicks! The logical layers implemented here are based on Entity Framework 4.0, ASP.NET Web Form Data Bound control friendly and fully unit testable.